home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / ip / manage / condor / Condor_4.1.3b / README < prev    next >
Encoding:
Text File  |  1992-05-15  |  3.1 KB  |  76 lines

  1. This is the Condor source distribution version 4.1.3b.  This is a beta
  2. test, but should be fairly stable as it is based largely on the results
  3. of the 4.1b beta testing.
  4.  
  5.         Highlights of the changes from version 4.1.0b
  6.  
  7. Suns:   Due to the different format used by SunOS for core files, the
  8.     checkpointing code previously used was *very* inefficient.  In
  9.     fact it was so inefficient that in some cases condor jobs would
  10.     spend allmost all their time checkpointing, and make very
  11.     little progress.  This has been fixed for all programs which
  12.     use the stack pointer in the conventional way.  This includes
  13.     most C and Fortran programs.  There is still another case where
  14.     the new code will also be very inefficient and that is the case
  15.     where the application program manipulates the stack pointer so
  16.     that it is actually pointing into the "data" area.  This will
  17.     generally be true for programs which use threads or coroutines.
  18.     We expect to fix this problem in the next realease.
  19.  
  20. R6000:    Checkpointing is now supported for R6000's running AIX3.1.
  21.     We have not yet tried to build Condor on an AIX3.2 machine,
  22.     but have some experience to indicate that at least binaries
  23.     compiled under 3.1 will work on 3.2 machines.  We will be
  24.     building Condor for 3.2 machines in the near future.
  25.  
  26. NFS:    Previously a bug existed in the code which condor uses to
  27.     access remotely mounted file systems.  This bug only
  28.     happened when the number of mounted systems was fairly
  29.     large (around 40), and is now fixed.
  30.  
  31.  
  32. We have tested this code on the following platforms:
  33.  
  34.     Sun 4, (SPARC) machines running SunOS 4.1 and 4.1.1
  35.     DECstation 3100 and 5000 series machines running Ultrix 4.2
  36.     IBM R6000 series machines running AIX3.1.5
  37.  
  38. We hope to begin supporting the following platforms sometime in the
  39. not too distant future:
  40.  
  41.     HP9000-700 machines running HPUX 8
  42.     Silicon Graphics 4D workstations running IRIX 4.0
  43.  
  44. We will no longer be supporting these platforms:
  45.     IBM RT's
  46.     Sun 3's (68000 based)
  47.     HP Bobcats (68000 based)
  48.  
  49. The following bugs are known and remain in this distribution:
  50.     1. On R6000s the process which detects keyboard and mouse activity
  51.        may miss some events.  This generally happens when the motif
  52.        window manager (mwm) is running.  We expect to fix this in the
  53.        next distribution.
  54.  
  55. Postscript ready documentation is included in the "doc/POSTSCRIPT"
  56. directory.  Line printer ready versions of the "man pages" are included
  57. in the "doc/CAT" directory.  Documents other than the man pages cannot
  58. be printed on a line printer because they contain postscript figures.
  59. If you cannot print postscript files, send me your physical mail
  60. address (via email if you can), and I will send you printed copies.
  61.  
  62. Hints:    If you are upgrading from version 4.1b, please save copies of all
  63.     the files in your "config" directory as well as any changes to
  64.     "condor_config" or "condor_config.local".  There are some changes
  65.     to the new config files, so you cannot just copy in your old ones, but
  66.     knowing what customization you did last time should make it very
  67.     easy to customize the new ones.
  68.     
  69.  
  70. I can be reached at
  71.     mike@cs.wisc.edu (preferred)
  72.     ucbvax!uwvax!mike
  73.     (608) 262-6122
  74.  
  75. -- Mike Litzkow
  76.